home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Support Library
/
RoseWare - Network Support Library.iso
/
btrieve
/
xql211.exe
/
NPATVAP.211
< prev
next >
Wrap
Text File
|
1992-08-04
|
11KB
|
360 lines
; BEGIN - PATCHES FOR NW$SQL.VP0 version 2.11
;
; * ============================================================= *
;
; Verify that original copy is being used
;
v 1d76c 89 5e fe 8b 5e 0e 8b 56 10 8b 76 12 89 c7 4f 83
;
; patch #15 fixes problems with MIN/MAX on autoinc field
;
r 1d76c 53 8b 5e 0e 8b 56 10 8b 76 12 89 c7 4f 74 0c 83
r 1d77c ff 0e 74 07 83 ff 08 74 5a eb 46
r 1d7cd 4f 74 d8
;
; end patch #15
;
; * ============================================================= *
;
; patch #16 - fixes GPI from scalar function and subst. var.
; in a restriction
;
r 18306 0e 8b 1e 5f 01 53 bb b1 02 53 26 8b 1c 83 fb 00
r 18316 7d 02 f7 db cb 90
r 18349 0e 8b 0e 5f 01 51 b9 d3 02 51 cb
r 4c64c 89 d8 8c c2 90 90 90 90
r 64f1 81 fb 00 01 74 12 81 fb 06 03 74 0c 81 fb 01 03
r 6501 74 06 81 fb 04 03 75 05 bb 0c 26 53 cb bb 2a 26
r 6511 53 cb 26 8b 44 0a 3d ff ff 74 0c 26 8b 54 0c 8b
r 6521 5e fa b9 44 26 51 cb b9 4b 26 51 cb
;
; end of patch #16
;
; * ============================================================= *
;
; patch #18 fixes data truncation in INSERT INTO...SELECT
;
r 3aecd eb 1e
;
; end of patch #18
;
; * ============================================================= *
;
; patch #20
;
; xDescribe (option 3) does not return secondary field count if the
; join type is cartesion product join.
;
r 1eeda c4 5e f4 26 8b 07 89 46 fc 26 8b 47 02 89 46 fe
r 1eeea 26 83 07 02 c4 5e 0e 26 83 07 02 26 8b 07 3b 46
r 1eefa 12 7c 05 c7 46 e8 d2 00 c4 5e f0 26 8b 77 33 26
r 1ef0a 8b 7f 35 26 80 7f 04 02 74 2a
;
; end of patch #20
;
; * ============================================================= *
;
; patch #22 - ddExtend with record sizes 511 and 512 return status 28
;
r 31b5b 0e a1 5f 01 50 b8 ed 02 50 cb 90
r 652d 83 c6 06 3b 76 e4 7e 06 80 46 e5 02 eb f5 83 ee
r 653d 06 b8 e6 c3 50 cb
;
; end of patch #22
;
; * ============================================================= *
;
; patch #23 Autoinc field on INSERT INTO subquery
;
r 1cba0 0e 8b 1e 5f 01 53 bb 2d 03 53 cb
r 656d 3c 02 75 05 bb 31 6f eb 2a 3c 05 74 08 3c 06 74
r 657d 04 3c 08 75 05 bb 78 6f eb 19 3c 09 75 05 bb ca
r 658d 70 eb 10 3c 0f 74 04 3c 01 75 05 bb a2 6e eb 03
r 659d bb f3 70 53 cb
;
; end of patch #23
;
; * ============================================================= *
;
; patch #24 GPI from xValidate for ZSTRING to be checked
; which is smaller than size indicated in data buffer size
; parameter
;
r 4425f 0e 8b 1e 5f 01 53 bb 03 03 53 cb 90 90
r 6543 bb ec eb 53 8e 46 b8 8b 5e ba 26 80 7f 06 0b 75
r 6553 18 51 57 06 8b 7e b6 8e 46 b4 b9 ff ff 31 c0 f2
r 6563 ae f7 d1 49 89 c8 07 5f 59 cb
;
; end of patch #24
;
; * ============================================================= *
;
; patch #25 - When searching for all values in a ZSTRING field
; on a BEGINS WITH restriction all records that
; begin with all but the last chracter in the
; specified string are returned.
; If want records that begin with 'abc' then all
; records beginning with 'ab' are returned.
;
r 1fd17 0e a1 5f 01 50 b8 c3 03 50 cb 90 90
r 6603 b8 14 a0 50 85 db 74 0c 8d 76 de c4 44 06 01 c3
r 6613 26 fe 47 ff cb
;
; end of patch #25
;
; * ============================================================= *
;
; patch #26 *** OPTIONAL ***
;
; Allows use of european format of decimal comma instead of decimal
; point.
;
; This patch is NOT applied unless this patch file is modified.
;
; DELETE THE SEMI-COLON FROM THE BEGINNING OF THE FOLLOWING LINES TO
; ENABLE PATCH.
;
;r 5c242 2c
;r 3acf7 2c
;r 3ad2f 2c
;r 33c53 2c
;r 33c9d 2c
;
; end of patch #26
;
; * ============================================================= *
;
; patch #27 VAP GPI's when workstation is rebooted while a session
; is still active.
;
r bfbd a1 5f 01 50 b8 62 03 50 cb
r 65a2 c7 06 de 04 ff ff 31 c0 c9 5f 07 5e 59 cb
;
; end of patch #27
;
; * ============================================================= *
;
; patch #29 Fixes problems removing supplemental indexes.
;
r 65b0 8d 5e f0 26 8b 04 3b 07 75 0b f6 47 08 80 74 0a
r 65c0 b8 81 cd eb 08 b8 a9 cd eb 03 b8 a4 cd 50 cb
r 324f3 0e 8b 1e 5f 01 53 bb 70 03 53 cb 90 90 90
;
; end of patch #29
;
; * ============================================================= *
;
; patch #30 prevents server GPI for equal comparisons of fields
; of different sizes from different files.
;
r 29b27 08
r 29b5b 26 3b 54 04 77 0f 8b 5e 14 0b 5e 16 75 07 90 90
;
; end of patch #30
;
; * ============================================================= *
;
; patch #32 - *** OPTIONAL ***
; - xValidate causing memory to be over written
; when an invalid field value is given and a view
; has not yet been created - GPI's server
; - if this patch is applied, a view is created
; and an invalid field value is given then the
; XQLStatus will not provide the field name associated
; with the invalid value
;
;
; This patch is NOT applied unless this patch file is modified.
;
;
; DELETE THE SEMI-COLON FROM THE BEGINNING OF THE FOLLOWING LINES TO
; ENABLE PATCH.
;
;r 44369 eb 1d
;
; end of patch #32
;
; * ============================================================= *
;
; patch #34 Status 328 on xRestrict
;
r 26b0e 0e 8b 1e 5f 01 53 bb 8f 03 53 cb 85 c0 75 5d 90
r 26b1e 90 90 90
r 65cf 5b 53 8c c8 50 b8 ab 03 50 53 b8 07 13 50 8d 5e
r 65df f6 8c d9 26 8b 44 0a 26 8b 54 0c cb 89 c2 b8 99
r 65ef 13 50 31 c0 81 7e fa 10 01 74 07 81 7e fa 11 01
r 65ff 75 01 40 cb
;
; end of patch #34
;
; * ============================================================= *
;
; patch #36 Owner name ignored on xRecall
;
r 1a827 90 90 90
;
; end of patch #36
;
; * ============================================================= *
;
; patch #40 Field to field comparisons may not return correct records.
;
r 29af2 e9 81 00
;
; end of patch #40
;
; * ============================================================= *
;
; patch #41 XQLFormat sets display size incorrectly for number masks
;
r 4ad90 8b 46 f8 eb 18
;
; end of patch #41
;
; * ============================================================= *
;
; patch #43 VAP GPI's when view recordlength > the globalExtBuf and
; request for multiple records are made.
;
r 2930b 0e a1 5f 01 50 b8 d8 03 50 cb 90 90
r 6618 83 7e f2 00 75 06 83 7e f0 00 74 0b c7 06 64 05
r 6628 00 00 b8 97 3b 50 cb b8 a2 3b 50 cb
;
; end of patch #43
;
; * ============================================================= *
;
; beginning of patch #45 - remove sort order with restriction present
;
r 1714a c7 06 e2 04 00 00 eb 0f
;
; end of patch #45
;
; * ============================================================= *
;
; Change version to 2.11a
;
r 627e 61
r 634a 61
;
; * ============================================================= *
;
; beginning of patch #46 - clean up sessions when workstation reboots
; Windows applications only
;
r bf52 0e 8b 0e 5f 01 51 b9 f4 03 51 cb
r 6634 b8 22 5d 50 8b 1e ea 04 8b 0e ec 04 81 c3 cb 01
r 6644 8b 46 fe 89 fa cb
;
; end of patch #46
;
; * ============================================================= *
;
; beginning of patch #47 - NS ACTIVE command may cause the server to
; reboot, if there are more than 22 sessions
; and no active views.
;
;
r 4f1e3 0e a1 5f 01 50 b8 0a 04 50 cb 90 3d 16 00 7c 03
r 664a b8 ae 16 50 89 d7 89 5e fc 89 4e fe c4 5e 0c 26
r 665a 8b 07 cb
;
; end of patch #47
;
; * ============================================================= *
;
; beginning of patch #49 Unformat of string value can overwrite
; internal buffer causing crash or
; insufficient memory status.
;
r 247ad eb 06 90
;
; end of patch #49
;
; * ============================================================= *
;
; patch #51 Fixes problem where records are returned which do not
; meet the restriction on the view.
;
r 29acf e9 31 fc
r 29b7b e9 85 fb
;
; end of patch #51
;
; * ============================================================= *
;
; patch #52. Prevents status 224 on UPDATE with subquery
;
r 3b035 1b
;
; end of patch #52
;
; * ============================================================= *
;
; patch #54. Creates RIGHTS.DDF with page size of 512.
;
t 06/07/91
x 31b9b 8b b8 46 00 e4 02
;
; end of patch #54
;
; * ============================================================= *
;
; patch #55. Increase Max buffer size to 16K on Substitutions
;
t 06/10/91
x 4bb18 a1 b8 12 14 13 40
;
; end of patch #55
; * ============================================================= *
;
; patch #57. Recalculates new page size on ALTER TABLE
;
;
t 06/14/91
r 2df7c 31 c0 90 90
;
; end of patch #57
;
;
; * ============================================================= *
;
; patch #59
;
; Return actual Btrieve status code following B_STAT call in
; xDDFile and xDDIndex
;
r 42743 90 90 90
r 433aa 3d 00 00 74 0a 89 46 e4 90 90
;
; end of patch #59
; * ============================================================= *
;
; patch #66
;
; This patch corrects a problem which could cause the server to
; abend when an attempt is made to execute a query against a view
; defined on tables which are subsequently altered. That is,
; tables are defined, a view is created on the tables, the tables
; are altered, the view which is no longer applicable is used
; causing the server to abend.
;
r 5b00b eb 13
;
; end of patch #66
;
; * ============================================================= *
;
; patch #72
;
; This patch corrects a reported problem where the last xFetch
; call did not return the correct number of records.
;
r 28cef 31 c0 40
;
; end of patch #72
;
; * ============================================================= *
t 08/03/92
; END - PATCHES FOR NW$SQL.VP0 version 2.11